
h2 {
	color: red;
	text-align: center;
}

.italic {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: yellow;
}

body {
	background-color: lightblue;
}
.left{
	margin-left: 60px;
}

.left p{
	color: red;
}

#right {
	text-align: right;
	margin-right: 60px;
}